Skip to content

Conversation

@michaelmccord
Copy link

This PR is a first pass at adding plugins to spec-md which allow for the generation of output in formats other than HTML.

@michaelmccord
Copy link
Author

@leebyron Lee, would you care to review this and provide feedback? Thanks.

Copy link
Owner

@leebyron leebyron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for not seeing this change before and thank you for this contribution! This project has been a bit sleepy over the last year or so.

If you're still interested in pursuing it, I've left some comments

Comment on lines +33 to +39
formatText,
escape,
escapeCode,
updateBiblio,
getTerms,
anchorize,
join
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are implementation details that might change in the future - I'd suggest avoiding exporting them and directly relying on them

var fs = require('fs');
var path = require('path');
var specmd = require('../');
var yargs = require('yargs');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please remove yargs and use the existing simplified argument parsing? My attempt to keep dependencies low and simple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants